Package com.streamwide.smartms.lib.core.api_ktx.mybusiness

Types

Link copied to clipboard
data class MBUploadServiceNotificationConfig(    val intent: Intent? = null,     val applicationName: String? = null,     val channelName: String? = null,     val channelGroupId: String? = null,     val channelDescription: String? = null,     val iconResId: Int = 0,     val completeIconResId: Int = 0,     val errorIconResId: Int = 0,     val inProgressMessageResId: Int = 0,     val completedMessageResId: Int = 0,     val errorMessageResId: Int = 0,     val isAutoClearOnSuccess: Boolean = false,     val isClearOnAction: Boolean = false,     val isRingToneEnabled: Boolean = false)
Link copied to clipboard
data class MyBusinessConfiguration @JvmOverloads constructor(    val uploadServiceNotificationConfig: MBUploadServiceNotificationConfig? = null,     val defaultAutoDeletionEnabled: Boolean = false,     val defaultAutoDeletionPeriod: MBAutoDeletionPeriod = MBAutoDeletionPeriod(MBAutoDeletionUnit.MINUTE, 0),     val defaultProcessAutoSave: Boolean = false,     val defaultMaxNumberOfRecentUsedTemplate: Int = 6)
Link copied to clipboard
class MyBusinessError(    var code: Int,     var message: String?,     val throwable: Throwable? = null,     val data: Any? = null) : Error
Link copied to clipboard
interface STWForwardProcessCallback : ErrorListener<MyBusinessError>
Link copied to clipboard
object STWMyBusinessSettingsApi : ObservableApi
Link copied to clipboard
object STWProcessApi : ObservableApi
Link copied to clipboard
interface STWProcessDeleteCallback : ErrorListener<MyBusinessError>
Link copied to clipboard
object STWTemplatesApi : ObservableApi